mergSocial
Type
library
Description
mergSocial is an iOS external that adds commands to present twitter, facebook and weibo post modal views. These views are available on iOS 6. The twitter post view is available on iOS 5. The mergSocial external replaces mergTweet and includes the deprecated mergTweet syntax. When using the mergSocial command for twitter on iOS 5 the external will call mergTweet.
Associated Syntax
Command
Name | Summary | Syntax |
---|---|---|
mergSocial | Presents a modal view for posting to the specified social network service | mergSocial <pServiceType>, [<pText>], [<pImagePaths>], [<pURLs>] |
mergTweet | Send a tweet using the standard iOS tweet sheet | mergTweet <pBody>, [<pURLs>], [<pImages>] |
Function
Name | Summary | Syntax |
---|---|---|
mergSocialIsAvailableForServiceType | Determines if the service type is available | mergSocialIsAvailableForServiceType(<pServiceType>) |
mergTweetCanSend | Checks to see if the device is configured to send a tweet | mergTweetCanSend() |